TableAlignment Enumeration

Represents the horizontal alignment of a table.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TableAlignment

Members

Left0 Table aligns to the left margin.
Center1 Table aligns to the center between left and right margins.
Right2 Table aligns to the right margin.
Margins3 Table fills all the space between the left and right margins.
None4 None.

See Also